standard error
Type
glossary
Description
The place where a program sends any error messages it generates.
Usually, the standard error is the command-line window by default. On Unix systems, the standard error can be redirected to a file, a printer, or another destination.
Related
glossary: Unix, command line